*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-family:'Fredoka',sans-serif;line-height:1.5;color:#2c3e50;background:#a0e9ff;background-image:linear-gradient(145deg,#a0e9ff 0,#c2f0ff 100%);overflow:hidden}a,button{font-family:'Fredoka',sans-serif;outline-offset:4px}main{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:100vh;padding:2rem 1rem}main img{width:120px;height:120px;margin-bottom:1.5rem;object-fit:contain;filter:drop-shadow(0 5px 8px rgba(0,0,0,0.15))}h1{font-size:clamp(1.8rem,5vw,3.25rem);font-weight:700;margin-bottom:1rem;color:#1a2a3a;text-shadow:3px 3px 0 #fff}main p{font-size:clamp(1rem,2.5vw,1.25rem);max-width:600px;margin-bottom:2.5rem;font-weight:400;color:#34495e}.cta{display:inline-block;background-color:#00a76a;color:#fff;font-size:clamp(1.1rem,3vw,1.35rem);font-weight:700;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;border:4px solid #007f50;box-shadow:0 6px 0 #007f50,0 8px 10px rgba(0,0,0,0.2);transition:transform .1s ease,box-shadow .1s ease;transform:translateY(0)}.cta:hover{transform:translateY(-2px);box-shadow:0 8px 0 #007f50,0 10px 12px rgba(0,0,0,0.25)}.cta:active{transform:translateY(2px);box-shadow:0 4px 0 #007f50,0 6px 8px rgba(0,0,0,0.15)}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,0.9);padding:1rem;display:flex;justify-content:center;align-items:center;gap:1.5rem;backdrop-filter:blur(5px);box-shadow:0 -2px 10px rgba(0,0,0,0.1);z-index:1000;transform:translateY(110%);transition:transform .5s ease-in-out}@media(max-width:600px){#cookie-banner{flex-direction:column;text-align:center;gap:1rem}}#cookie-banner p{margin:0;font-size:.9rem;font-weight:400;color:#333}#cookie-accept{background:#00a76a;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:20px;font-weight:700;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,0.2);transition:background-color .2s}#cookie-accept:hover{background:#007f50}.cookie-show{transform:translateY(0)}